You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
I put a yarn lock file on this repo about a year ago so the dev pipeline wouldn't bust. When I clone fresh today and run yarn audit I see pretty print outs of all the vulnerabilities and a summary:
69 vulnerabilities found - Packages audited: 2922
Severity: 41 Low | 16 Moderate | 11 High | 1 Critical
✨ Done in 2.02s.
When I run npm i --package-lock-only I see a handful of directionless warnings and a summary:
added 707 packages and audited 5506 packages in 7.417s
found 10 vulnerabilities (3 low, 7 high)
Which of these two systems would you place your faith in knowing NPM added lock files in response to Yarn and not because they felt it was important enough to prioritize early?
Given this repo only has any dev deps I don't see a strong need to merge unless active development begins. But we can leave this here for now. Thanks for the pull.
Which of these two systems would you place your faith in knowing NPM added lock files in response > to Yarn and not because they felt it was important enough to prioritize early?
Good point. I haven't used Yarn for quite some time now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the dependencies so that critical security issues are fixed. (Discovered by
npm audit)Along this change it was necessary to update the
gulpfile.jsso that it is compatible with the newer Gulp api.